home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDTechnical.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  1.7 KB  |  56 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 checkSpellingDocumentAction = id; 
  6.                 exportDocument = id; 
  7.                 findClearHighlights = id; 
  8.                 findNext = id; 
  9.                 findPrevious = id; 
  10.                 findSheet = id; 
  11.                 openGDetailsDrawer = id; 
  12.                 openLayersDrawer = id; 
  13.                 replace = id; 
  14.                 replaceAll = id; 
  15.                 replaceAndNext = id; 
  16.                 replaceAndPrevious = id; 
  17.                 showIgnoredSpellings = id; 
  18.                 spellClearHighlights = id; 
  19.                 spellingDocumentAction = id; 
  20.             }; 
  21.             CLASS = DKDDocumentController; 
  22.             LANGUAGE = ObjC; 
  23.             OUTLETS = {
  24.                 "_graphicScrollView" = NSScrollView; 
  25.                 gDetailsDrawer = DKDGDetailsDrawer; 
  26.                 layersDrawer = DKDLayersDrawer; 
  27.             }; 
  28.             SUPERCLASS = NSWindowController; 
  29.         }, 
  30.         {
  31.             CLASS = DKDTechPanel; 
  32.             LANGUAGE = ObjC; 
  33.             OUTLETS = {techPaletteToolButtons = NSMatrix; }; 
  34.             SUPERCLASS = DKDToolController; 
  35.         }, 
  36.         {
  37.             ACTIONS = {doubleClickToolAction = id; toolAction = id; }; 
  38.             CLASS = DKDToolController; 
  39.             LANGUAGE = ObjC; 
  40.             SUPERCLASS = DKDWindowController; 
  41.         }, 
  42.         {
  43.             CLASS = DKDWindowController; 
  44.             LANGUAGE = ObjC; 
  45.             SUPERCLASS = NSWindowController; 
  46.         }, 
  47.         {
  48.             ACTIONS = {"" = id; }; 
  49.             CLASS = FirstResponder; 
  50.             LANGUAGE = ObjC; 
  51.             SUPERCLASS = NSObject; 
  52.         }, 
  53.         {CLASS = "java.lang.Object"; LANGUAGE = Java; }
  54.     ); 
  55.     IBVersion = 1; 
  56. }